home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / HandHeldPCPro30 / sdk.exe / Jupiter SDK / data1.cab / MFC_Samples / wcedbtst / stdafx.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-02-19  |  620 b   |  22 lines

  1.  
  2. // stdafx.h : include file for standard system include files,
  3. //  or project specific include files that are used frequently, but
  4. //      are changed infrequently
  5. //
  6.  
  7. #if (_WIN32_WCE < 200)
  8.     #error "This sample is only compatible with MFCCE 2.0 or later."
  9. #endif
  10.  
  11. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  12.  
  13. #include <afxwin.h>         // MFC core and standard components
  14. #include <afxext.h>         // MFC extensions
  15. #ifndef _AFX_NO_AFXCMN_SUPPORT
  16. #include <afxcmn.h>            // MFC support for Windows Common Controls
  17. #endif // _AFX_NO_AFXCMN_SUPPORT
  18.  
  19. #include <wcedb.h>
  20.  
  21.  
  22.